PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

ATSUGetStyleRefCon

Obtains application-specific style object data.

OSStatus ATSUGetStyleRefCon (
                     ATSUStyle iStyle,
                     UInt32 *oRefCon);
iStyle
A reference of type ATSUStyle. Pass a reference to a valid style object whose application-specific data you want to obtain. You cannot pass NULL for this parameter.

oRefCon
A pointer to a 32-bit value, pointer, or handle to application-specific style data.You cannot pass NULL for this parameter.

function result
A result code. See Result Codes.
VERSION NOTES
Available beginning with ATSUI 1.0.


© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)